home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / demos / GL / bounce / Makefile < prev   
Makefile  |  1994-08-01  |  205b  |  21 lines

  1. #!smake
  2.  
  3. include $(ROOT)/usr/include/make/commondefs
  4.  
  5. #
  6. # Makefile for bounce demo
  7. #
  8.  
  9. TARGETS = bounce
  10.  
  11. LLDLIBS = -lgl -lm
  12.  
  13.  
  14. default all: $(TARGETS)
  15.  
  16. install: 
  17.     $(MAKE) $(TARGETS)
  18.  
  19. include $(COMMONRULES)
  20.  
  21.